Skip to content

feat: add Ctrl+Shift+{/} to reorder session tabs#66

Merged
Ark0N merged 1 commit intoArk0N:masterfrom
aakhter:feat/tab-reorder-shortcuts
Apr 18, 2026
Merged

feat: add Ctrl+Shift+{/} to reorder session tabs#66
Ark0N merged 1 commit intoArk0N:masterfrom
aakhter:feat/tab-reorder-shortcuts

Conversation

@aakhter
Copy link
Copy Markdown
Contributor

@aakhter aakhter commented Apr 12, 2026

Summary

Adds keyboard shortcuts to move the active session tab left or right, matching the convention used in WezTerm and other terminal emulators.

  • Ctrl+Shift+{ -- move active tab left
  • Ctrl+Shift+} -- move active tab right

Uses the existing sessionOrder array and saveSessionOrder() for persistence.

Test plan

  • Ctrl+Shift+{ moves the active tab one position left
  • Ctrl+Shift+} moves the active tab one position right
  • Tab order persists across page refresh
  • No-op at the edges (first tab can't go left, last can't go right)

Matches WezTerm/terminal emulator tab reorder conventions. Uses the
existing sessionOrder array and saveSessionOrder() for persistence.
@Ark0N Ark0N merged commit 98ceb5d into Ark0N:master Apr 18, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants